mainPrologue property
Constant string used in generateMainImportFile for the beginning of the file.
Implementation
@override
String get mainPrologue => """${super.mainPrologue}
import 'package:$intlImportPath/intl.dart';
""";
Constant string used in generateMainImportFile for the beginning of the file.
@override
String get mainPrologue => """${super.mainPrologue}
import 'package:$intlImportPath/intl.dart';
""";