TagType constructor

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

Implementation

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