Source
Typedef(FunctionTypeAliasElement element, Library library) : super(element, library) { if (element.type != null) { _modelType = new ElementType(element.type, this); } }
Typedef(FunctionTypeAliasElement element, Library library) : super(element, library) { if (element.type != null) { _modelType = new ElementType(element.type, this); } }