Returns the Locale Iteration if any.
List<Locale>? onSupportedLocales() => inSupportedLocales != null ? inSupportedLocales!() : null;