methods2 property
Return a list containing all of the methods declared in this type.
Implementation
@Deprecated('Use methods instead')
List<MethodElement> get methods2;
Return a list containing all of the methods declared in this type.
@Deprecated('Use methods instead')
List<MethodElement> get methods2;