AuthyoOTPRequestParams.fromJson constructor

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

Implementation

AuthyoOTPRequestParams.fromJson(Map<String, dynamic> json) {
  to = json['to'];
  expiry = json['expiry'];
  otplength = json['otplength'];
  authway = json['authway'];
}