FakeAutoCapture constructor

FakeAutoCapture({
  1. String? hash = 'A1b2C3d4E5f',
  2. Object? failsWith,
})

Reports hash, and delivers whatever is pushed to deliver.

Implementation

FakeAutoCapture({this.hash = 'A1b2C3d4E5f', this.failsWith});