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