ConstructorInfo constructor

ConstructorInfo(
  1. FuncDecl constructor,
  2. FuncDecl recognizer,
  3. List<FuncDecl> accessors
)

Implementation

ConstructorInfo(this.constructor, this.recognizer, this.accessors);