HasCustomAttribute.event constructor

const HasCustomAttribute.event(
  1. EventIndex value
)

Constructs a HasCustomAttribute referencing an Event.

Implementation

const factory HasCustomAttribute.event(EventIndex value) =
    HasCustomAttributeEvent;