empty property
Constructs an empty matches object.
Implementation
static RouteMatchList empty = RouteMatchList(
matches: const <RouteMatchBase>[],
uri: Uri(),
pathParameters: const <String, String>{},
);
Constructs an empty matches object.
static RouteMatchList empty = RouteMatchList(
matches: const <RouteMatchBase>[],
uri: Uri(),
pathParameters: const <String, String>{},
);