arg method

String arg(
  1. String argName
)

Implementation

String arg(String argName) {
  if (this) return " $argName";
  return "";
}