isLinear

open override val isLinear: Boolean = true

Specifies whether this API requires a LinearOpMode to function.

When true, init will throw an exception if it is not passed a LinearOpMode. Additionally, the API will be able to access the linearOpMode property without an error being thrown.