layerModelForId method

Layer? layerModelForId(
  1. int id
)

Implementation

Layer? layerModelForId(int id) {
  return _parameters.layerMap[id];
}