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