interfaces property

  1. @Deprecated('Use interfaces2 instead')
NodeList<TypeName> interfaces

Return the list of the interfaces that are being implemented.

Implementation

@Deprecated('Use interfaces2 instead')
NodeList<TypeName> get interfaces;