src property

String src

The address or URL of the a media resource that is to be considered.

MDN Reference

Implementation

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

Implementation

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