methods property

  1. @experimental
List<MethodElement> get methods

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

Implementation

@experimental
List<MethodElement> get methods;