layerInfo property

List<Layer>? layerInfo
getter/setter pair

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

Implementation

core.List<Layer>? layerInfo;