flightOf method

MorphFlight? flightOf(
  1. Object id
)

The live flight of the tag with id, or null.

Implementation

MorphFlight? flightOf(Object id) => _flights[id];