data property

String get data

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

MDN Reference

Implementation

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

Implementation

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