PresetCruiseCommand class
Constructors
- PresetCruiseCommand(CameraCommand _command)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- presetCruiseLineData ↔ Map?
-
getter/setter pair
- presetCruiseLinePointsData ↔ dynamic
-
getter/setter pair
- presetCruisePlanData ↔ Map?
-
getter/setter pair
- presetCruisePlanEnable ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sumPreset ↔ int?
-
getter/setter pair
Methods
-
getPresetCruiseLine(
{int timeout = 5}) → Future< bool> -
getPresetCruiseLinePoints(
{int timeout = 5}) → Future< bool> -
getPresetCruisePlan(
{int timeout = 5}) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setPresetCruiseLine(
{required List records, int timeout = 5}) → Future< bool> -
setPresetCruisePlan(
{required List records, required int enable, int timeout = 5}) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited