Tag class final

Storyblok tag

Constructors

Tag({required String name, required int taggingsCount})
const
Tag.fromJson(JSONMap json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The complete name provided for the tag
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taggingsCount int
How many times this tag has been assigned to a story
final

Methods

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

Operators

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