rev property

String rev

Sets or retrieves the relationship between the object and the destination of the link. @deprecated

MDN Reference

Implementation

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

Implementation

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