ValidateOTPModel.fromJson(Map<String, dynamic> json) { responseCode = json['Response_Code']; message = json['Message']; }