annotationsForNode method

List<SpellAnnotation> annotationsForNode(
  1. String nodeId
)

Implementation

List<SpellAnnotation> annotationsForNode(String nodeId) {
  return List.unmodifiable(_annotations[nodeId] ?? const []);
}