TagStyle class
A class that represents a distinct way of styling tags.
Constructors
- TagStyle.new({String prefix = '@', String regExp = r'[a-zA-Z0-9]+'})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefix → String
-
The prefix that identifies the tag, e.g. '@' in '@tag'. Defaults to '@'.
final
- regExp → String
-
The regular expression used for parsing the backend representation of the tag.
final
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited