vlinkColor property

String get vlinkColor

Implementation

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

Implementation

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