authorizedSTSignature property

bool? authorizedSTSignature

Implementation

bool? get authorizedSTSignature => _authorizedSTSignature;
void authorizedSTSignature=(bool? val)

Implementation

set authorizedSTSignature(bool? val) {
  _authorizedSTSignature = val;
  _set({"authorizedSTSignature": val});
}