isOpenForThirdPartyContacts property Null safety
override
Implementation
bool? get isOpenForThirdPartyContacts => _$this._isOpenForThirdPartyContacts;
covariantoverride
Implementation
set isOpenForThirdPartyContacts(
covariant bool? isOpenForThirdPartyContacts) =>
_$this._isOpenForThirdPartyContacts = isOpenForThirdPartyContacts;