Resource constructor
Resource(
- String id,
- String name,
- String type,
- String src,
- Attributes extraAttributes,
Implementation
Resource(this.id, this.name, this.type, this.src, this.extraAttributes);