middlewareGroups property

Map<String, List<Type>> middlewareGroups
final

The application's route middleware groups.

Types here must extends Middleware.

Implementation

final Map<String, List<Type>> middlewareGroups = {};