methods property
List<MethodMirror>
get
methods
Implementation
List<r.MethodMirror> get methods {
return filteredDeclarationsOf(
this, (v) => v is r.MethodMirror && v.isRegularMethod);
}
List<r.MethodMirror> get methods {
return filteredDeclarationsOf(
this, (v) => v is r.MethodMirror && v.isRegularMethod);
}