emptyModel top-level constant

String const emptyModel

Implementation

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