hoist property

bool? get hoist

Implementation

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

Implementation

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