isLinear

open val isLinear: Boolean = false

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.