vlinkColor property

String vlinkColor

Implementation

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

Implementation

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