delegates property

List<LocalizationsDelegate> delegates
final

This list collectively defines the localized resources objects that can be retrieved with Localizations.of.

Implementation

final List<LocalizationsDelegate<dynamic>> delegates;