$field static method

String $field(
  1. String field
)

Implementation

static String $field(String field) {
  return "\$$field";
}