cite property

String get cite

Implementation

String get cite => js_util.getProperty(this, 'cite');
set cite (String newValue)

Implementation

set cite(String newValue) {
  js_util.setProperty(this, 'cite', newValue);
}