TaxFee constructor

TaxFee({
  1. Key? key,
})

Implementation

TaxFee({Key? key}) : super(key: key);