supportedMethods property

String get supportedMethods

Implementation

String get supportedMethods => js_util.getProperty(this, 'supportedMethods');
set supportedMethods (String newValue)

Implementation

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