UIEvent constructor

UIEvent({
  1. required String name,
  2. Map? properties,
})

Implementation

UIEvent({required this.name, this.properties});