emptyEntity top-level constant

String const emptyEntity

Implementation

const String emptyEntity = '''
class * {
  *();
}
''';