TransactionModel constructor
TransactionModel({})
Implementation
TransactionModel({
this.id,
this.type,
this.displayId,
this.amount,
this.order,
this.status,
this.phone,
this.createdAt,
});
TransactionModel({
this.id,
this.type,
this.displayId,
this.amount,
this.order,
this.status,
this.phone,
this.createdAt,
});