second property

String? get second

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

Implementation

String? get second {
  return at(1);
}