TaggableMixin mixin

You must define the TaggableMixin on the class which you want to make Taggable.

TaggableMixin does the override of the == operator as well as hashCode.

Implemented types

Properties

caseSensitive bool
If true, string comparison will be case sensitive.
no setteroverride
hashCode int
The hash code for this object.
no setteroverride
props List<Object>
The List of props (properties) which will be used to determine whether two Taggables are equal.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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