EntityInfo constructor
EntityInfo({
- required String arn,
- required String id,
- required String name,
- required PolicyOwnerEntityType type,
- String? path,
Implementation
EntityInfo({
required this.arn,
required this.id,
required this.name,
required this.type,
this.path,
});