hasOverrideLocalizedFix property

bool get hasOverrideLocalizedFix

true if the localization key for localizedFix is overridden.

For example, when this class is created and the currently displayed page has StandardPageWithResult.localizationKey set.

Implementation

bool get hasOverrideLocalizedFix =>
    _overrideLocalizeKeyBase.isNotEmpty &&
    (_l10n?.containsMessageKey('$_overrideLocalizeKeyBase.$_fixKey') ??
        false);