alinkColor property

String get alinkColor

Implementation

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

Implementation

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