VariableStyle class abstract

Constructors

VariableStyle()
const

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

findVariables(String input) Set<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(String input, String variable, String value) String
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

DEFAULT VariableStyle
getter/setter pair

Static Methods

withStyle(VariableStyle style, void action()) → void
Calls action in a Zone that has it's format variable style set to style.

Constants

BASH_BRACKET → const _BashBracketVariableStyle
DOUBLE_BRACKET → const _DoubleBracketVariableStyle
SINGLE_BRACKET → const _SingleBracketVariableStyle