NIMLeaveTeamAttachment.fromMap constructor

NIMLeaveTeamAttachment.fromMap(
  1. Map<String, dynamic> map
)

Implementation

factory NIMLeaveTeamAttachment.fromMap(Map<String, dynamic> map) =>
    _$NIMLeaveTeamAttachmentFromJson(map);