params property

Map<String, dynamic> params
final

Path parameters extracted by the router (e.g., /users/:id).

Implementation

final Map<String, dynamic> params;