WooTaxRateLinks constructor

WooTaxRateLinks({
  1. List<WooTaxRateSelf>? self,
  2. List<WooTaxRateCollection>? collection,
})

Implementation

WooTaxRateLinks({this.self, this.collection});