fields property

Implementation

Iterable<ArtifactFieldInfo> get fields =>
    clazz.fields.map((field) => ArtifactFieldInfo(field));