currentInstance property

  1. @protected
Option<Resolvable<T>> currentInstance
getter/setter pair

Holds the current singleton instance of type T or null if no singleton instance was created.

Implementation

@protected
Option<Resolvable<T>> currentInstance = const None();