notifyExtension property Null safety

Map<String, dynamic>? notifyExtension
@JsonKey(fromJson: castPlatformMapToDartMap), final

Extension field for notification when a user joins a chat room. 2,000 characters are allowed.

Implementation

@JsonKey(fromJson: castPlatformMapToDartMap)
final Map<String, dynamic>? notifyExtension;