interfaces2 property
Return the list of the interfaces that are being implemented.
Implementation
@Deprecated('Use interfaces instead')
NodeList<NamedType> get interfaces2;
Return the list of the interfaces that are being implemented.
@Deprecated('Use interfaces instead')
NodeList<NamedType> get interfaces2;