VerifyEmailRequest.fromJson constructor

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

Implementation

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