alinkColor property

String alinkColor

Implementation

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

Implementation

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