authorizedSTSignature property

bool? get authorizedSTSignature

Implementation

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

Implementation

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