CreateInviteCodesOutput.fromJson constructor

CreateInviteCodesOutput.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CreateInviteCodesOutput.fromJson(Map<String, dynamic> json) =>
    _$CreateInviteCodesOutputFromJson(json);