SignUpResult.fromJson constructor

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

Implementation

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