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