WiatagMessage class

Annotations
  • @freezed

Constructors

WiatagMessage({@Default(0) double latitude, @Default(0) double longitude, @Default(0) double altitude, @Default(0) double speed, @Default(0) double direction, @Default(1) int satellites, @Default({}) Map<String, dynamic> extra})
const
factory
WiatagMessage.fromJson(Map<String, dynamic> json)
factory

Properties

altitude double
no setterinherited
copyWith → $WiatagMessageCopyWith<WiatagMessage>
no setterinherited
direction double
no setterinherited
extra Map<String, dynamic>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
latitude double
no setterinherited
longitude double
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satellites int
no setterinherited
speed double
no setterinherited

Methods

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

Operators

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