toJson static method
- NIMMessageAttachment? attachment
 
Implementation
static Map<String, dynamic> toJson(NIMMessageAttachment? attachment) {
  return _toMap(attachment);
}
static Map<String, dynamic> toJson(NIMMessageAttachment? attachment) {
  return _toMap(attachment);
}