Root constructor

Root({
  1. String? arn,
  2. String? id,
  3. String? name,
  4. List<PolicyTypeSummary>? policyTypes,
})

Implementation

Root({
  this.arn,
  this.id,
  this.name,
  this.policyTypes,
});