VerifyCodeRequest.fromJson constructor

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

Implementation

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