getKey method
The name of the parameter.
Implementation
String getKey() {
if (mutable) {
return _nativeMutable!.key;
} else {
return _native!.key;
}
}
The name of the parameter.
String getKey() {
if (mutable) {
return _nativeMutable!.key;
} else {
return _native!.key;
}
}