ignoredFields property

  1. @override
Set<TaxonomyCountryField> ignoredFields
override

Returns the set of fields to ignore if specified in the fields parameter.

This typically includes the ALL field, and any others that have a meta meaning that shouldn't be requested directly.

Implementation

@override
Set<TaxonomyCountryField> get ignoredFields =>
    const {TaxonomyCountryField.ALL};