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