lazySingletons property

  1. @override
List<String> lazySingletons
final

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

Implementation

@override
final List<String> lazySingletons;