command method

String command(
  1. String text
)

A command that is being executed (e.g. the $ apt-get install … echo).

Implementation

String command(String text) => text;