main function

void main()

Implementation

void main() {
  var model = createDomainModel();
  print('Domain Model:${model.conceptCount}');
}