TagGroupEditor class

Editor for tag groups.

Constructors

TagGroupEditor(String methodName, MethodChannel channel)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addTags(String group, List<String> tags) → void
Adds tags to a group.
apply() Future<void>
Applies the tag operations.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeTags(String group, List<String> tags) → void
Removes tags from a group.
setTags(String group, List<String> tags) → void
Overwrite the current set of tags on the group.
toString() String
A string representation of this object.
inherited

Operators

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