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