addInterface method
Adds an interface type to this element.
Implementation
void addInterface(NamedDartType interface) {
_interfaces.add(interface);
}
Adds an interface type to this element.
void addInterface(NamedDartType interface) {
_interfaces.add(interface);
}