VerifyOTPRequest.fromJson constructor

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

Implementation

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