InputDataInfo constructor

const InputDataInfo({
  1. required String name,
  2. required Type inputType,
  3. required Type valueType,
})

Implementation

const InputDataInfo({required this.name, required this.inputType, required this.valueType});