messageAttachment property Null safety
@JsonKey(fromJson: NIMMessageAttachment._fromMap, toJson: NIMMessageAttachment._toMap), read / write
Message attachment
Implementation
@JsonKey(
fromJson: NIMMessageAttachment._fromMap,
toJson: NIMMessageAttachment._toMap)
NIMMessageAttachment? messageAttachment;