CustomEvent constructor

CustomEvent(
  1. String label,
  2. String action,
  3. Map<String, Object>? parameters
)

Implementation

CustomEvent(String label, String action, Map<String, Object>? parameters)
    : super(label, action, parameters ?? {});