GroupWithdrawJoinRequestInput.fromJson constructor

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

Implementation

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