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