authorizedRestrictedIdentification property
bool?
get
authorizedRestrictedIdentification
Implementation
bool? get authorizedRestrictedIdentification =>
_authorizedRestrictedIdentification;
set
authorizedRestrictedIdentification
(bool? val)
Implementation
set authorizedRestrictedIdentification(bool? val) {
_authorizedRestrictedIdentification = val;
_set({"authorizedRestrictedIdentification": val});
}