layers property

List<Layer> get layers

Child layers attached to this layer.

Implementation

List<Layer> get layers => List.unmodifiable(_layers);