menu
morph
foundation.dart
MorphScopeState
flightOf method
flightOf
dark_mode
light_mode
flightOf
method
MorphFlight
?
flightOf
(
Object
id
)
The live flight of the tag with
id
, or null.
Implementation
MorphFlight? flightOf(Object id) => _flights[id];
morph
foundation
MorphScopeState
flightOf method
MorphScopeState class