hoist property

bool? hoist

Implementation

bool? get hoist => _$this._hoist;
void hoist=(bool? hoist)

Implementation

set hoist(bool? hoist) => _$this._hoist = hoist;