target property

ShapeId? get target

Implementation

ShapeId? get target => _$this._target;
set target (covariant ShapeId? target)
covariant

Implementation

set target(covariant ShapeId? target) => _$this._target = target;