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