TagFilter class

A list of tags (keys and values) that are used to specify the associated resources.

Constructors

TagFilter({String? key, List<String>? values})

Properties

hashCode int
The hash code for this object.
no setterinherited
key String?
One part of a key-value pair that makes up a tag. A key is a general label that acts like a category for more specific tag values.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<String>?
One part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key). The value can be empty or null.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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