UserGroupList.fromJson constructor

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

Implementation

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