controllerFile static method

String controllerFile(
  1. String name
)

Implementation

static String controllerFile(String name) =>
    'lib/app/modules/$name/${name.toLowerCase()}_controller.dart';