DartStyleExpression class Null safety
- Inheritance
- Implementers
Constructors
- DartStyleExpression(int? _styleType, SourceSpan? span)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isBorder → bool
-
read-only
- isBoxExpression → bool
-
read-only
- isFont → bool
-
read-only
- isHeight → bool
-
read-only
- isMargin → bool
-
read-only
- isPadding → bool
-
read-only
- isUnknown → bool
-
read-only
- isWidth → bool
-
read-only
- priority ↔ int?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- span → SourceSpan
-
The source code this TreeNode represents.
read-only, override
Methods
-
clone(
) → TreeNode -
inherited
-
isSame(
DartStyleExpression other) → bool -
merged(
DartStyleExpression newDartExpr) → DartStyleExpression? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toDebugString(
) → String -
A multiline string showing the node and its children.
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
visit(
VisitorBase visitor) → dynamic -
Classic double-dispatch visitor for implementing passes.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- borderStyle → const int
-
3
- fontStyle → const int
-
1
- heightStyle → const int
-
5
- marginStyle → const int
-
2
- paddingStyle → const int
-
4
- unknownType → const int
-
0
- widthStyle → const int
-
6