UDXEvent constructor

const UDXEvent(
  1. String type,
  2. dynamic data
)

Creates a new UDX event

Implementation

const UDXEvent(this.type, this.data);