carp_context_package
context
LocationDatum
LocationDatum.fromJson factory constructor
LocationDatum.fromJson
carp_context_package
context
LocationDatum
LocationDatum.fromJson factory constructor
LocationDatum class
Constructors
LocationDatum
fromJson
fromMap
Properties
accuracy
altitude
format
gpsCoordinates
latitude
longitude
speed
speedAccuracy
hashCode
id
runtimeType
timestamp
Methods
toJson
toString
noSuchMethod
Operators
operator ==
Constants
CARP_DATA_FORMAT
LocationDatum.fromJson constructor
LocationDatum.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory LocationDatum.fromJson(Map<String, dynamic> json) => _$LocationDatumFromJson(json);