ModelGenerator constructor

ModelGenerator({
  1. required Set<String> generatedEntities,
})

Implementation

ModelGenerator({required this.generatedEntities});