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