TransactionResult constructor
TransactionResult({})
Implementation
TransactionResult({
required this.status,
required this.timestamp,
this.reducerName,
this.reducerId,
this.retValue,
this.isPending = false,
this.pendingRequestId,
});