data property

Map<String, Object>? data
final

Arbitrary data associated with the route which can be consumed by widgets or middleware.

Implementation

final Map<String, Object>? data;