SelectAstClass constructor

SelectAstClass({
  1. String? name,
  2. String? metadata,
  3. String? version,
  4. String? filePath,
  5. String? classId,
})

Implementation

SelectAstClass(
    {this.name, this.metadata, this.version, this.filePath, this.classId});