DeepLinkedEvent constructor

DeepLinkedEvent({
  1. String? userData,
  2. int? timeStampMillis,
})

Implementation

DeepLinkedEvent({
  super.userData,
  super.timeStampMillis,
});