L2Info constructor

L2Info({
  1. int? fee,
  2. double? historicFeeUSD,
  3. int? nonce,
})

Implementation

L2Info({this.fee, this.historicFeeUSD, this.nonce});