getFields method
Implementation
Iterable<FieldElement> getFields() => [
...fields,
...allSupertypes.expand((type) => type.element.fields),
].where((fieldElement) => fieldElement.shouldBeIncluded());
Iterable<FieldElement> getFields() => [
...fields,
...allSupertypes.expand((type) => type.element.fields),
].where((fieldElement) => fieldElement.shouldBeIncluded());