TransactionChainResponse constructor Null safety
- {String? address,
- double? timestamp,
- String? type,
- TransactionChainResponseData? data}
Implementation
TransactionChainResponse({
this.address,
this.timestamp,
this.type,
this.data,
});
TransactionChainResponse({
this.address,
this.timestamp,
this.type,
this.data,
});