SubScanRequestParams constructor

SubScanRequestParams({
  1. SendPort? sendPort,
  2. String? network,
  3. String? address,
  4. int? page,
  5. int? row,
  6. String? module,
  7. String? call,
})

Implementation

SubScanRequestParams({
  this.sendPort,
  this.network,
  this.address,
  this.page,
  this.row,
  this.module,
  this.call,
});