AllergensTag constructor

const AllergensTag({
  1. required String offTag,
})

Implementation

const AllergensTag({
  required this.offTag,
});