ClassDeclaration constructor
ClassDeclaration(
- String? name,
- String? superClause,
- List<
Expression?> ? body, { - Map? ast,
Implementation
ClassDeclaration(this.name, this.superClause, this.body, {Map? ast})
: super(ast: ast);