std property

Implementation

FileBuilder get std => _$this._std ??= new FileBuilder();
void std=(FileBuilder? std)

Implementation

set std(FileBuilder? std) => _$this._std = std;