Transaction constructor
Transaction({
- String? message,
- String? referenceNumber,
- TransactionState? state,
Implementation
Transaction({
this.message,
this.referenceNumber,
this.state,
});