mainPrologue property

String mainPrologue

Constant string used in generateMainImportFile for the beginning of the file.

Implementation

String get mainPrologue => '''
// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart
// This is a library that looks up messages for specific locales by
// delegating to the appropriate library.
// @dart=2.12
''';