BaseResponse constructor

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

Implementation

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