Scene constructor

Scene(
  1. String id,
  2. String name,
  3. List<Resource> base,
  4. List<Resource> overlay,
  5. Attributes extraAttributes,
)

Implementation

Scene(this.id, this.name, this.base, this.overlay, this.extraAttributes);