GetAllData constructor

GetAllData({
  1. bool? status,
  2. String? message,
  3. AllDetailData? detail,
})

Implementation

GetAllData({this.status, this.message, this.detail});