layerCount property
int
get
layerCount
Returns the number of layers in the document.
Implementation
int get layerCount => layers?.length ?? 0;
Returns the number of layers in the document.
int get layerCount => layers?.length ?? 0;