TaxIdCollection constructor

TaxIdCollection({
  1. required bool enabled,
})

Implementation

TaxIdCollection({
  required this.enabled,
});