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