VerifyTrustResult constructor

VerifyTrustResult({
  1. String? trustId,
})

Implementation

VerifyTrustResult({
  this.trustId,
});