generate function

void generate()

Implementation

void generate() async {
  generateModels();
  generateEndpoints();
}