NotificareLocation class

Annotations
  • @JsonSerializable(anyMap: true, explicitToJson: true)
  • @NotificareIsoDateTimeConverter()

Constructors

NotificareLocation({required double latitude, required double longitude, required double altitude, required double course, required double speed, required int? floor, required double horizontalAccuracy, required double verticalAccuracy, required DateTime timestamp})
NotificareLocation.fromJson(Map<String, dynamic> json)
factory

Properties

altitude double
final
course double
final
floor int?
final
hashCode int
The hash code for this object.
no setterinherited
horizontalAccuracy double
final
latitude double
final
longitude double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double
final
timestamp DateTime
final
verticalAccuracy double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited