BaseResponse constructor

BaseResponse({
  1. bool success = false,
  2. bool? isJson,
  3. String msg = '',
  4. dynamic data,
})

Implementation

BaseResponse({this.success = false, this.isJson, this.msg = '', this.data});