data property

String data

Sets or retrieves the URL that references the data of the object.

MDN Reference

Implementation

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

Implementation

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