empty property

RouteMatchList empty
getter/setter pair

Constructs an empty matches object.

Implementation

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