read property
ShapeRefBuilder
get
read
Implementation
ShapeRefBuilder get read => _$this._read ??= new ShapeRefBuilder();
Implementation
set read(covariant ShapeRefBuilder? read) => _$this._read = read;