vLink property

String vLink

@deprecated

MDN Reference

Implementation

_i2.String get vLink => _i4.getProperty(
      this,
      'vLink',
    );
void vLink=(String value)

Implementation

set vLink(_i2.String value) {
  _i4.setProperty(
    this,
    'vLink',
    value,
  );
}