getTag method

  1. @override
String getTag(
  1. State key,
  2. bool value
)
override

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

Implementation

@override
String getTag(final State key, final bool value) =>
    value ? key.completedTag : key.toBeCompletedTag;