pushLayer method

dynamic pushLayer(
  1. Layer l
)

Implementation

pushLayer(Layer l) {
  layers.add(l);
}