UDXEvent constructor
const
UDXEvent(
- String type,
- dynamic data
Creates a new UDX event
Implementation
const UDXEvent(this.type, this.data);
Creates a new UDX event
const UDXEvent(this.type, this.data);