cite property

String cite

Implementation

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

Implementation

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