DeletableItem constructor
DeletableItem({
- required String name,
- List<
DeletableAttribute> ? attributes,
Implementation
DeletableItem({
required this.name,
this.attributes,
});