ResponseResult constructor

ResponseResult({
  1. int? code,
  2. String? status,
  3. String? message,
  4. dynamic data,
})

Implementation

ResponseResult({this.code, this.status, this.message, this.data});