ValidateOTPModel constructor

ValidateOTPModel({
  1. String? responseCode,
  2. String? message,
})

Implementation

ValidateOTPModel({this.responseCode, this.message});