OTPRequest.fromJson constructor

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

Implementation

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