SpecificRidLocation class

Annotations
  • @freezed

Constructors

SpecificRidLocation({required int lat, required int lon, required int alt, required int radius, required int velocity, required int timestamp, required int speed})
const
factory
SpecificRidLocation.fromJson(Map<String, dynamic> json)
factory

Properties

alt int
no setterinherited
copyWith → $SpecificRidLocationCopyWith<SpecificRidLocation>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
lat int
no setterinherited
lon int
no setterinherited
radius int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed int
no setterinherited
timestamp int
no setterinherited
velocity int
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