TagFilter class

Tag filter ("LIST contains/without ITEM") search API parameter

Eg. 'nutrition_grades' contains 'A'

Inheritance

Constructors

TagFilter.fromType({required TagFilterType tagFilterType, required String tagName, bool contains = true})

Properties

contains bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagName String
final
tagType String
final

Methods

getContains() String
"Contains - Yes/No?" parameter string
getName() String
URI parameter name
override
getTagName() String
Tag value (e.g. 'A')
getTagType() String
Tag type (e.g. 'nutrition_grades')
getValue() String
URI parameter value
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited