menu
crystalline package
documentation
annotations.dart
InputDataInfo
InputDataInfo.new const constructor
InputDataInfo.new const constructor
dark_mode
light_mode
InputDataInfo
constructor
const
InputDataInfo
(
{
required
String
name
,
required
Type
inputType
,
required
Type
valueType
,
})
Implementation
const InputDataInfo({required this.name, required this.inputType, required this.valueType});
crystalline package
documentation
annotations
InputDataInfo
InputDataInfo.new const constructor
InputDataInfo class