getKey method

String getKey()

The name of the parameter.

Implementation

String getKey() {
  if (mutable) {
    return _nativeMutable!.key;
  } else {
    return _native!.key;
  }
}