NIMCustomMessageAttachment.fromMap constructor Null safety
Implementation
factory NIMCustomMessageAttachment.fromMap(Map<String, dynamic> map) =>
NIMCustomMessageAttachment(data: map);
factory NIMCustomMessageAttachment.fromMap(Map<String, dynamic> map) =>
NIMCustomMessageAttachment(data: map);