PathRoleOverride constructor

const PathRoleOverride({
  1. required String pattern,
  2. required Map<String, List<ModelRef>> roles,
})

Creates an override for pattern with per-role chains.

Implementation

const PathRoleOverride({required this.pattern, required this.roles});