path method

String path(
  1. String s
)

Styles s as a command path.

Implementation

String path(String s) => _pc.dim(s);