ConstantInfo constructor
const
ConstantInfo({})
Implementation
const ConstantInfo({
required this.name,
required this.type,
required this.typeId,
required this.value,
required this.docs,
required this.palletName,
});