onDispose property

Iterable<Message> get onDispose

A list of commands that disables the subsystem.

For example, after driving this should set the speed to 0.

Implementation

Iterable<Message> get onDispose;