uri property

Uri uri

The resource identifier of this item.

Implementation

_i3.Uri get uri => _i5.getProperty(
      this,
      'uri',
    );
void uri=(Uri value)

Implementation

set uri(_i3.Uri value) {
  _i5.setProperty(
    this,
    'uri',
    value,
  );
}