TagType enum
Tag type.
Constructors
- TagType()
-
const
Values
Properties
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
Static Properties
- parse → TagType Function(dynamic value)
-
Parses TagType instance from a given value.
read-only
- parseJson → TagType Function(String json)
-
Parses JSON string into TagType similarly to parse.
read-only
-
parseJsonList
→ List<
TagType> Function(String json) -
Parses JSON string into List of TagType instances similarly to
parseList.
read-only
-
parseList
→ List<
TagType> Function(dynamic value) -
Parses List of TagType instances from a given value.
read-only