data property

String data

Implementation

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

Implementation

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