BaseController<T>.custom constructor

BaseController<T>.custom({
  1. ErrorHandler? errorHandler,
  2. dynamic rootPath,
})

Implementation

BaseController.custom({this.errorHandler, rootPath}) : rootPath = rootPath ?? '';