fromJson static method

NIMMessageAttachment? fromJson(
  1. Map<Object?, Object?>? json
)

Implementation

static NIMMessageAttachment? fromJson(Map<Object?, Object?>? json) {
  return _fromMap(json);
}