value property
- @override
override
    The value being updated in the UI.
Implementation
@override
AutonomyCommand get value => AutonomyCommand(
	destination: gps.value,
	task: task,
);The value being updated in the UI.
@override
AutonomyCommand get value => AutonomyCommand(
	destination: gps.value,
	task: task,
);