PullStartedEvent constructor

PullStartedEvent({
  1. String? imageUri,
})

Implementation

PullStartedEvent({
  this.imageUri,
});