methods property

Implementation

Iterable<ArtifactMethodInfo> get methods =>
    clazz.methods.map((method) => ArtifactMethodInfo(method));