GetStoredTransactionsWithStateResponse constructor
const
GetStoredTransactionsWithStateResponse({})
Implementation
const GetStoredTransactionsWithStateResponse({
required this.success,
required this.count,
this.state,
required this.transactions,
this.errorMessage,
});