first property

String? get first

The first argument to the command (not including the command itself)

Implementation

String? get first {
  return at(0);
}