methods property
Iterable<ArtifactMethodMirror>
get
methods
Implementation
Iterable<ArtifactMethodMirror> get methods =>
_clazz.methods.map((m) => ArtifactMethodMirror(m, instance));
Iterable<ArtifactMethodMirror> get methods =>
_clazz.methods.map((m) => ArtifactMethodMirror(m, instance));