ModelFunction(FunctionElement element, Library library)

Source

ModelFunction(FunctionElement element, Library library)
    : super(element, library) {
  _modelType = new ElementType(_func.type, this);
  _calcTypeParameters();
}