empty property

RouteMatchList empty
getter/setter pair

Constructs an empty matches object.

Implementation

static RouteMatchList empty = RouteMatchList(
  matches: const <RouteMatchBase>[],
  uri: Uri(),
  pathParameters: const <String, String>{},
);