commentsForNode abstract method

List<Map<String, dynamic>> commentsForNode(
  1. String nodeId
)

Returns the list of active (non-orphan) comments for nodeId. Each item is a map with the keys expected by the render layer: 'id' -> String 'startOffset' -> int 'endOffset' -> int 'resolved' -> bool 'orphan' -> bool

Implementation

List<Map<String, dynamic>> commentsForNode(String nodeId);