MapResponseEntity constructor

MapResponseEntity({
  1. bool? status,
  2. String? message,
  3. int? statusCode,
  4. Map<String, dynamic>? data,
})

Implementation

MapResponseEntity({this.status, this.message, this.statusCode, this.data});