Root constructor
Root({
- String? arn,
- String? id,
- String? name,
- List<
PolicyTypeSummary> ? policyTypes,
Implementation
Root({
this.arn,
this.id,
this.name,
this.policyTypes,
});