InviteCodes.fromJson constructor

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

Implementation

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