decorationsForLayer method
Implementation
List<TextDecorationRange> decorationsForLayer(String layerKey) {
return _model.decorationsForLayer(layerKey);
}
List<TextDecorationRange> decorationsForLayer(String layerKey) {
return _model.decorationsForLayer(layerKey);
}