ContractEvent constructor
ContractEvent(
- bool anonymous,
- String name,
- List<
EventComponent> components
Implementation
ContractEvent(this.anonymous, this.name, this.components);