AppUpdateEvent constructor

AppUpdateEvent({
  1. String? productId,
})

Implementation

AppUpdateEvent({
  this.productId,
});