location method
Implementation
CommandBuilder location(
Location? location, {
List<String>? also,
String? prefix,
String? suffix,
}) =>
string(
location.toString(),
also: also,
prefix: prefix,
suffix: suffix,
);