fields property

Implementation

Iterable<ArtifactFieldMirror> get fields =>
    _clazz.fields.map((f) => ArtifactFieldMirror(f, instance));