Signer_SigningBox constructor

Signer_SigningBox(
  1. {@required int handle}
)

Implementation

Signer_SigningBox({
  @required int handle,
}) {
  _type = 'SigningBox';
  _handle = ArgumentError.checkNotNull(handle, 'Signer_SigningBox handle');
}