ContractEvent constructor

ContractEvent(
  1. bool anonymous,
  2. String name,
  3. List<EventComponent> components
)

Constructor.

Implementation

ContractEvent(this.anonymous, this.name, this.components);