PsdLayerSectionDivider class Null safety
- Inheritance
- Object
- PsdLayerData
- PsdLayerSectionDivider
Constructors
- PsdLayerSectionDivider(String tag, InputBuffer data)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- CLOSED_FOLDER → const int
-
2
- NORMAL → const int
-
0
- OPEN_FOLDER → const int
-
1
- SECTION_DIVIDER → const int
-
3
- SUBTYPE_NORMAL → const int
-
0
- SUBTYPE_SCENE_GROUP → const int
-
1
- TAG → const String
-
'lsct'