BaseResponse constructor

const BaseResponse({
  1. String? message,
  2. dynamic result,
  3. int? status,
})

Implementation

const BaseResponse({this.message, this.result, this.status});