dji
flight
FlightElement
toJson method
toJson
toJson
method
Null safety
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { 'type': EnumConvertion.convertToString(type), };
dji
flight
FlightElement
toJson method
FlightElement class
Constructors
FlightElement
fromJson
Properties
hashCode
runtimeType
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==