Evt constructor

Evt(
  1. String name,
  2. Type type,
  3. bool isArray, [
  4. bool listenable = false,
  5. String? annotation,
])

Implementation

Evt(this.name, this.type, this.isArray,
    [this.listenable = false, this.annotation]);