VerifyEmailRequest.fromJson constructor

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

Implementation

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