fitsToCurrentLocale property

bool get fitsToCurrentLocale

Implementation

bool get fitsToCurrentLocale {
  if (this == null || this!.isEmpty) return false;

  return this!.toLowerCase() ==
      BasfLogicLocalizationUtils.localizations.localeName.toLowerCase();
}