instance property

PatrolBinding instance

The singleton instance of this object.

Provides access to the features exposed by this class. The binding must be initialized before using this getter; this is typically done by calling PatrolBinding.ensureInitialized.

Implementation

static PatrolBinding get instance => BindingBase.checkInstance(_instance);