PullStoppedEvent constructor

PullStoppedEvent({
  1. String? imageUri,
})

Implementation

PullStoppedEvent({
  this.imageUri,
});