methods property

Implementation

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