currentInstance property
Holds the current singleton instance of type T or null if no
singleton instance was created.
Implementation
@protected
Option<Resolvable<T>> currentInstance = const None();
Holds the current singleton instance of type T or null if no
singleton instance was created.
@protected
Option<Resolvable<T>> currentInstance = const None();