InviteCodeUse.fromJson constructor

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

Implementation

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