Transaction constructor
Transaction({
- bool? status,
- bool? success,
- String? type,
- TransactionData? data,
- String? object,
Implementation
Transaction({
this.status,
this.success,
this.type,
this.data,
this.object,
});