PatternRouter constructor

const PatternRouter({
  1. required List<RouteMatcher> routes,
})

Implementation

const PatternRouter({required this.routes});