PlanStatistics class abstract

Plan Statistics class

Inheritance
Implemented types

Constructors

PlanStatistics([void updates(PlanStatisticsBuilder b)?])
factory

Properties

abbrev String
no setteroverride
actions String
List of components active by plan actions during the plan and time active in seconds: Sidescan=100,Camera Module=150
no setter
distances String
Distances travelled in meters in each maneuver and/or total: Total=2000,Rows=1800,Elevator=200
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
durations String
Maneuver and plan duration statistics in seconds, for example: Total=1000,Goto1=20,Rows=980
no setter
fuel String
Amount of fuel spent, in battery percentage, by different parcels (if applicable): Total=35,Hotel=5,Payload=10,Motion=20,IMU=0
no setter
hashCode int
The hash code for this object.
no setterinherited
msgId int
no setteroverride
planId String
The name of the plan to be generated.
no setter
properties PlanStatisticsBitfieldProperties
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timestamp DateTime?
no setterinherited
type PlanStatisticsEnumType
Type of plan statistics, if they are launched before, during or after the plan execution.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PlanStatisticsBuilder)) PlanStatistics
Rebuilds the instance.
inherited
toBuilder() PlanStatisticsBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

staticId → const int