position property

Implementation

SyntaxPositionBuilder get position =>
    _$this._position ??= new SyntaxPositionBuilder();
void position=(SyntaxPositionBuilder? position)

Implementation

set position(SyntaxPositionBuilder? position) => _$this._position = position;