DeletingFailed constructor

const DeletingFailed({
  1. bool hard,
})

Implementation

const factory DeletingFailed({final bool hard}) = _$DeletingFailed;