cite property

String cite

Sets or retrieves reference information about the object.

MDN Reference

Implementation

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

Implementation

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