Class constructor
Class(
- Token name,
- Variable? superclass,
- List<
Functional> methods
Implementation
Class(this.name, this.superclass, this.methods, );