Dart 2说在抽象类,静态分析中找不到getter

时间:2018-08-23 19:41:45

标签: dart-2

Dart中的静态分析似乎不允许将其他类中定义的getter用于包含在该类中的抽象类中。

例如,我有一个类Component,它从ComponentDom扩展而来。 类Component具有变量template。在this.template中说ComponentDom会导致错误:

lib/modules/component_dom.dart:7:13: Error: Getter not found: 'template'.

现在在Dart 2中不可能做这种事情吗?

0 个答案:

没有答案