UseTags class

a map's property gathers information about map tags

Constructors

UseTags({required List<Tag> tags, required bool active, required bool clickable, required List<Category> categories, FilteringLogic filteringLogic = FilteringLogic.DEFAULT})
UseTags.fromMap(dynamic useTagsMap)
factory

Properties

active → bool
final
categories → List<Category>
all available tag categories for this map
final
clickable → bool
final
filteringLogic → FilteringLogic
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tags → List<Tag>
all available tags for this map
final
unCategorizedTags ↔ List<Tag>
tags without category
getter/setter pair

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.
inherited