methodName property

String methodName

Implementation

String get methodName => js_util.getProperty(this, 'methodName');
void methodName=(String newValue)

Implementation

set methodName(String newValue) {
  js_util.setProperty(this, 'methodName', newValue);
}