SelectionPoint constructor

const SelectionPoint({
  1. required String nodeId,
  2. required String fragmentId,
  3. required int offset,
})

Implementation

const SelectionPoint({
  required this.nodeId,
  required this.fragmentId,
  required this.offset,
});