Typedef(FunctionTypeAliasElement element, Library library)

Source

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