contentMap property Null safety

Map<String, String>? contentMap
@JsonKey(fromJson: castMapToTypeOfStringString), final

When a user gets disconnected or leaves a chat room, elements are added or updated using updateQueueEx and the isTransient parameter is set to true

Implementation

@JsonKey(fromJson: castMapToTypeOfStringString)

/// When a user gets disconnected or leaves a chat room, elements are added or updated using updateQueueEx and the isTransient parameter is set to true
final Map<String, String>? contentMap;