commentsForNode abstract method
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);