Transaction constructor
Transaction({})
Implementation
Transaction(
{this.from,
this.to,
this.maxGas,
this.gasPrice,
this.value,
this.data,
this.nonce,
this.maxFeePerGas,
this.maxPriorityFeePerGas});