cite property
String
get
cite
Sets or retrieves reference information about the object.
Implementation
_i2.String get cite => _i4.getProperty(
this,
'cite',
);
set
cite
(String value)
Implementation
set cite(_i2.String value) {
_i4.setProperty(
this,
'cite',
value,
);
}