GeneralFailure constructor

const GeneralFailure({
  1. String message = 'Something went wrong',
})

Implementation

const GeneralFailure({String message = 'Something went wrong'}) : super(message);