scheme property

String scheme

Sets or retrieves a scheme to be used in interpreting the value of a property specified for the object. @deprecated

Implementation

_i2.String get scheme => _i4.getProperty(
      this,
      'scheme',
    );
void scheme=(String value)

Implementation

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