CustomEvent constructor

CustomEvent({
  1. String? tag,
  2. Map<String, Object>? properties,
})

Implementation

CustomEvent({this.tag, this.properties});