TagFilterType constructor

const TagFilterType(
  1. {required String offTag}
)

Implementation

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