SignupQueue.fromJson constructor

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

Implementation

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