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