Creator<T> typedef

Creator<T> = T Function(String? tag)

Typed type to create a instance with a tag definition provided. This type is used in generative InjectFactory

Implementation

typedef Creator<T> = T Function(String? tag);