mainContent top-level constant

String const mainContent

Implementation

const mainContent = '''
void main() {
  final abc = 'string value';
}
''';