ContentRouteInfo constructor

const ContentRouteInfo({
  1. required String path,
  2. required String filePath,
  3. required String moduleName,
})

Implementation

const ContentRouteInfo({
  required this.path,
  required this.filePath,
  required this.moduleName,
});