accept property

String get accept

Sets or retrieves a comma-separated list of content types.

Implementation

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

Implementation

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