longDesc property

String longDesc

Sets or retrieves a URI to a long description of the object. @deprecated

MDN Reference

Implementation

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

Implementation

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