VariableLengthPatternItem class
A pattern item with a length, i.e. a dash or gap.
- Inheritance
-
- Object
- PatternItem
- VariableLengthPatternItem
- Annotations
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- length → double
-
The length in pixels of a dash or gap.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → PatternItemType
-
The type of rendering used for an item in a pattern.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
Converts this object to something serializable in JSON.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited