FailureResponse constructor

const FailureResponse({
  1. String message = '',
})

Implementation

const FailureResponse({this.message = ''});