GenerateOtpModel class

Annotations
  • @JsonSerializable()

Constructors

GenerateOtpModel({String? message, int? responseCode, String? validationToken, String? generatedOn, String? expiresOn, int? expiryInSeconds, int? resendInSeconds, int? resendOTPDelayInSeconds, int? otpExpiryInMinutes})
GenerateOtpModel.fromJson(Map<String, dynamic> json)
factory

Properties

expiresOn String?
getter/setter pair
expiryInSeconds int?
getter/setter pair
generatedOn String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
getter/setter pair
otpExpiryInMinutes int?
getter/setter pair
resendInSeconds int?
getter/setter pair
resendOTPDelayInSeconds int?
getter/setter pair
responseCode int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validationToken String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited