third property

String? get third

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

Implementation

String? get third {
  return at(2);
}