CreateTrustResult constructor

CreateTrustResult({
  1. String? trustId,
})

Implementation

CreateTrustResult({
  this.trustId,
});