Resource constructor

Resource(
  1. String id,
  2. String name,
  3. String type,
  4. String src,
  5. Attributes extraAttributes,
)

Implementation

Resource(this.id, this.name, this.type, this.src, this.extraAttributes);