interfaces property

  1. @Deprecated('Use InterfaceElement.interfaces instead')
List<InterfaceType> get interfaces

The interfaces that are implemented by this fragment.

Implementation

@Deprecated('Use InterfaceElement.interfaces instead')
List<InterfaceType> get interfaces;