GroupRequestJoinOutput.fromJson constructor

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

Implementation

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