linktsp_api
activation_code_model
ActivationCodeModel
ActivationCodeModel constructor
ActivationCodeModel
ActivationCodeModel
constructor
Null safety
ActivationCodeModel
(
{
int
?
id
,
String
?
activationCode
,
String
?
email
,
String
?
mobile
,
int
?
zoneId
}
)
Implementation
ActivationCodeModel({ this.id, this.activationCode, this.email, this.mobile, this.zoneId, });
linktsp_api
activation_code_model
ActivationCodeModel
ActivationCodeModel constructor
ActivationCodeModel class
Constructors
ActivationCodeModel
fromJson
Properties
activationCode
email
hashCode
id
mobile
runtimeType
zoneId
Methods
noSuchMethod
toJson
toString
Operators
operator ==