Source
Method(MethodElement element, Library library) : super(element, library) {
_modelType = new ElementType(_method.type, this);
_calcTypeParameters();
}
Method(MethodElement element, Library library) : super(element, library) {
_modelType = new ElementType(_method.type, this);
_calcTypeParameters();
}