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

Constants

TAG_OPERATION_ADD → const String
TAG_OPERATION_GROUP_NAME → const String
TAG_OPERATION_REMOVE → const String
TAG_OPERATION_SET → const String
TAG_OPERATION_TAGS → const String
TAG_OPERATION_TYPE → const String