DeleteTrustResult constructor

DeleteTrustResult({
  1. String? trustId,
})

Implementation

DeleteTrustResult({
  this.trustId,
});