inLocalizationsDelegates property

(Iterable<LocalizationsDelegate> Function()?) inLocalizationsDelegates
final

Returns the 'Localization Delegates' if any.

Implementation

final Iterable<LocalizationsDelegate<dynamic>> Function()?
    inLocalizationsDelegates;