name property

String? name
final

The name under which the factory will be registered

You must provide the same name in KiwiContainer.resolve to get the same factory.

Implementation

final String? name;