singletons property

  1. @override
List<String> singletons
final

A list of class name regex patterns (case sensitive) to use to determine whether to register the injectable as a singleton.

Implementation

@override
final List<String> singletons;