typeInfoDecorators property

  1. @override
Map<int, ITypeInfoDecorator> typeInfoDecorators
final

A Map of ITypeInfoDecorator instances used to decorate an instance of TypeInfo using an array of decorators, in the order of priority given by the int key

Implementation

@override
final Map<int, ITypeInfoDecorator> typeInfoDecorators;