PrefrenceDataResponse constructor

PrefrenceDataResponse({
  1. bool? success,
  2. int? statusCode,
  3. String? message,
  4. Result? result,
  5. int? time,
})

Implementation

PrefrenceDataResponse(
    {this.success, this.statusCode, this.message, this.result, this.time});