FakeUserDirectory constructor

FakeUserDirectory({
  1. int getStatus = 200,
  2. int postStatus = 201,
  3. bool throwOnGet = false,
})

Implementation

FakeUserDirectory({
  this.getStatus = 200,
  this.postStatus = 201,
  this.throwOnGet = false,
});