attributes property

Map<String, dynamic> get attributes

Gets all custom attributes.

Implementation

Map<String, dynamic> get attributes => Map.unmodifiable(_attributes);