authorizedRestrictedIdentification property

bool? authorizedRestrictedIdentification

Implementation

bool? get authorizedRestrictedIdentification =>
    _authorizedRestrictedIdentification;
void authorizedRestrictedIdentification=(bool? val)

Implementation

set authorizedRestrictedIdentification(bool? val) {
  _authorizedRestrictedIdentification = val;
  _set({"authorizedRestrictedIdentification": val});
}