geocodingPackageRules top-level constant
Rules specific to the geocoding package.
Implementation
const Set<String> geocodingPackageRules = <String>{
'geocoding_unchecked_first',
'geocoding_missing_exception_handler',
'geocoding_prefer_no_result_found_catch',
'geocoding_locale_set_before_call',
'geocoding_concurrent_locale_race',
'geocoding_missing_is_present_check',
'geocoding_call_in_text_field_listener',
'geocoding_deprecated_locale_param',
};