TempCheckSignupQueueOutput.fromJson constructor

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

Implementation

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