fields property

Implementation

Map<String, ObjectField> get fields =>
    Map.fromEntries(astNode.fields.map(ObjectField.asEntry));