AdminGetInviteCodesOutput.fromJson constructor

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

Implementation

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