ServerGetAccountInviteCodesInput.fromJson constructor

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

Implementation

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