methods2 property

  1. @Deprecated('Use methods instead')
List<MethodElement> get methods2

Return a list containing all of the methods declared in this type.

Implementation

@Deprecated('Use methods instead')
List<MethodElement> get methods2;