GroupUser.fromJson constructor

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

Implementation

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