BcnFeePerGasRequest constructor

BcnFeePerGasRequest({
  1. String? method,
  2. List? params,
  3. int? id,
  4. String? key,
})

Implementation

BcnFeePerGasRequest({
  this.method,
  this.params,
  this.id,
  this.key,
});