UserGroup.fromJson constructor

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

Implementation

factory UserGroup.fromJson(Map<String, Object?> json) => _$UserGroupFromJson(json);