third property
String?
get
third
The third argument to the command (not including the command itself)
Implementation
String? get third {
return at(2);
}
The third argument to the command (not including the command itself)
String? get third {
return at(2);
}