getTag abstract method

  1. @protected
String getTag(
  1. T key,
  2. bool value
)

Returns the tag as on or off, like "gluten:with" or "gluten:without"

Implementation

@protected
String getTag(final T key, final bool value);