url property

String get url

Implementation

_i2.String get url => _i6.getProperty(
      this,
      'url',
    );
set url (String value)

Implementation

set url(_i2.String value) {
  _i6.setProperty(
    this,
    'url',
    value,
  );
}