TransactionChainResponse constructor Null safety

TransactionChainResponse(
  1. {String? address,
  2. double? timestamp,
  3. String? type,
  4. TransactionChainResponseData? data}
)

Implementation

TransactionChainResponse({
  this.address,
  this.timestamp,
  this.type,
  this.data,
});