AuthorizedOrgsDesc constructor

AuthorizedOrgsDesc({
  1. String? assetType,
  2. String? authorizationDirection,
  3. String? authorizationType,
  4. String? name,
  5. List<String>? orgs,
})

Implementation

AuthorizedOrgsDesc({
  this.assetType,
  this.authorizationDirection,
  this.authorizationType,
  this.name,
  this.orgs,
});