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