linktsp_api
cancel_reason_model
CancelReasonModel
CancelReasonModel constructor
CancelReasonModel
CancelReasonModel
constructor
Null safety
CancelReasonModel
(
{
int
?
reasonId
,
int
?
customerId
,
int
?
orderId
,
String
?
content
,
int
?
zoneId
}
)
Implementation
CancelReasonModel({ this.reasonId, this.customerId, this.orderId, this.content, this.zoneId, });
linktsp_api
cancel_reason_model
CancelReasonModel
CancelReasonModel constructor
CancelReasonModel class
Constructors
CancelReasonModel
fromJson
Properties
content
customerId
hashCode
orderId
reasonId
runtimeType
zoneId
Methods
noSuchMethod
toJson
toString
Operators
operator ==