supportedMethods property

String supportedMethods

Implementation

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

Implementation

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