Character constructor

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

Implementation

Character(this.id, this.name, this.variable, this.base, this.overlay,
    this.extraAttributes);