key property

ShapeRefBuilder get key

Implementation

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

Implementation

set key(covariant ShapeRefBuilder? key) => _$this._key = key;