resolvers property

Map<Type, String>? resolvers
final

A map that give for a type, the name under which it should be resolved

For example if you have registered a type T under the name 'myType', you have to specify it in this map in order to use it instead of the default value for the type T.

Implementation

final Map<Type, String>? resolvers;