localSingleton property

T? localSingleton

Local singleton value created in this factory

Implementation

T? get localSingleton => _localSingleton;