attributes property

Map<String, String>? attributes
latefinal

Implementation

late final Map<String, String>? attributes = _map.containsKey('attributes')
    ? _attributeListToMap((_map['attributes'] as List).cast())
    : null;