ActivityEvent class

Constructors

ActivityEvent(ActivityType type, Int64 startTime, Int64 endTime, double startLatitude, double startLongitude, double endLatitude, double endLongitude, int distance, int airDistance, int maxDistance, Int64 eventSavedTime)
ActivityEvent.fromJson(dynamic json)
factory

Properties

airDistance int
getter/setter pair
distance int
getter/setter pair
endLatitude double
getter/setter pair
endLongitude double
getter/setter pair
endTime Int64
getter/setter pair
eventSavedTime Int64
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxDistance int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startLatitude double
getter/setter pair
startLongitude double
getter/setter pair
startTime Int64
getter/setter pair
type ActivityType
getter/setter pair

Methods

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

Operators

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