DartamakerCache class

Tag cache

Constructors

DartamakerCache()

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

clear() → void
Clear
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
To String
override
updateByStringTagName(String? tagName, String value) → void
Update a value by string tag name
updateByTagName(DartamakerTagNames tagName, String value) → void
Update a value by tag name
valueByStringTagName(String? tagName) String?
Get a plugin cached value by string tag name
valueByTagName(DartamakerTagNames tagName) String?
Get a plugin cached value by tag name

Operators

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