rev property
String
get
rev
Sets or retrieves the relationship between the object and the destination of the link. @deprecated
Implementation
_i2.String get rev => _i4.getProperty(
this,
'rev',
);
set
rev
(String value)
Implementation
set rev(_i2.String value) {
_i4.setProperty(
this,
'rev',
value,
);
}