factories property

  1. @override
List<String> factories
final

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

Implementation

@override
final List<String> factories;