needsShippingContact property

bool? get needsShippingContact

Implementation

bool? get needsShippingContact => _$this._needsShippingContact;
set needsShippingContact (bool? needsShippingContact)

Implementation

set needsShippingContact(bool? needsShippingContact) =>
    _$this._needsShippingContact = needsShippingContact;