RealtimeNodePath constructor

const RealtimeNodePath(
  1. String node, {
  2. required PathSegment? parent,
})

Implementation

const RealtimeNodePath(super.node, {required super.parent});