Event constructor
const
Event({})
Implementation
const Event({
required this.packageId,
required this.module,
required this.sender,
required this.eventType,
required this.bcs,
});
const Event({
required this.packageId,
required this.module,
required this.sender,
required this.eventType,
required this.bcs,
});