EventInfo constructor
const
EventInfo({})
Implementation
const EventInfo({
required this.name,
required this.palletName,
required this.index,
required this.fields,
this.docs = const [],
});
const EventInfo({
required this.name,
required this.palletName,
required this.index,
required this.fields,
this.docs = const [],
});