ProductField constructor

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

Implementation

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