menu
flutter_state_migrator package
documentation
migrator/models/ir_models.dart
ParamInfo
ParamInfo.new const constructor
ParamInfo.new const constructor
dark_mode
light_mode
ParamInfo
constructor
const
ParamInfo
(
{
required
String
name
,
String
type
=
'dynamic'
,
})
Creates a
ParamInfo
.
Implementation
const ParamInfo({required this.name, this.type = 'dynamic'});
flutter_state_migrator package
documentation
migrator/models/ir_models
ParamInfo
ParamInfo.new const constructor
ParamInfo class