VerificationResult.create constructor

VerificationResult.create()

Create a new instance of the VerificationResult.

Implementation

VerificationResult.create() : _handle = calloc() {
  _finalizer.attach(this, _handle, detach: this);
}