Payload class

Constructors

Payload({double? accuracy, double? latitude, double? longitude, double? altitude, double? speed, double? speedaccuracy, double? heading, int? epoch, String? user, String? username})

Properties

accuracy double?
final
altitude double?
final
epoch int?
final
hashCode int
The hash code for this object.
no setterinherited
heading double?
final
latitude double?
final
longitude double?
final
map Map<String, String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed double?
final
speedaccuracy double?
final
user String?
final
username String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(XmlElement node) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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