impl property

  1. @protected
T get impl

Platform-interface implementation backing this manager.

Exposed for use by typed subclass wrappers; not part of the public customer API. Lint-flagged via protected when called from outside a subclass.

Implementation

@protected
T get impl => _impl;