params property

Map<String, dynamic>? get params

Get route params

Implementation

Map<String, dynamic>? get params => value.params;