initialized property

  1. @nonVirtual
bool get initialized

Whether this Plugin is initialized or not.

Implementation

@nonVirtual
bool get initialized => _initialized;