move property

EnumValue move

For beginning a new subpath, a value for PathSegment#type.

Implementation

static _i3.EnumValue get move => _i4.getProperty(
      _declaredPathSegment,
      'Move',
    );
void move=(EnumValue value)

Implementation

static set move(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredPathSegment,
    'Move',
    value,
  );
}