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