layers property Null safety

List<Layer> layers

Returns a list of all the Layer objects in the rendering.

Implementation

List<Layer> get layers => _walkLayers(binding.renderView.debugLayer!).toList();