params property

  1. @override
Map<String, String>? params
finalinherited

Parameter name: params

The parameters that can be transferred to another screen

Type: Map<String, String>

For more example go to Modular page from gitHub https://github.com/Flutterando/modular

Implementation

@override
final Map<String, String>? params;