vectorPaths property

VectorPaths get vectorPaths

Implementation

_i3.VectorPaths get vectorPaths => _i5.getProperty(
      this,
      'vectorPaths',
    );
set vectorPaths (VectorPaths value)

Implementation

set vectorPaths(_i3.VectorPaths value) {
  _i5.setProperty(
    this,
    'vectorPaths',
    value,
  );
}