ApplicationSummaryDto constructor

ApplicationSummaryDto({
  1. String? applicationName,
  2. String? applicationKey,
  3. String? secretNormal,
  4. String? secretManagement,
  5. bool? available,
})

Implementation

ApplicationSummaryDto({
  this.applicationName,
  this.applicationKey,
  this.secretNormal,
  this.secretManagement,
  this.available,
});