node static method

RealtimeNodePath node(
  1. String node
)

Implementation

static RealtimeNodePath node(String node) =>
    RealtimeNodePath(node, parent: null);