menu
spinach_core package
documentation
commons/dtos/EntityLocation.dart
RealTimeLocation
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => {'entityId': entityId, 'role': role, 'latLong': latLong};
spinach_core package
documentation
commons/dtos/EntityLocation
RealTimeLocation
toJson method
RealTimeLocation class