menu
nop_annotations package
documentation
annotation/router.dart
Param
Param const constructor
Param const constructor
dark_mode
light_mode
Param
constructor
const
Param
(
{
String
name
=
''
,
Function
?
fromJson
,
})
Implementation
const Param({this.name = '', this.fromJson}) : isQuery = false;
nop_annotations package
documentation
annotation/router
Param
Param const constructor
Param class