supportedMethods property

String get supportedMethods

Implementation

_i2.String get supportedMethods => _i4.getProperty(
      this,
      'supportedMethods',
    );
set supportedMethods (String value)

Implementation

set supportedMethods(_i2.String value) {
  _i4.setProperty(
    this,
    'supportedMethods',
    value,
  );
}