DeviceFeedbackResponse constructor

const DeviceFeedbackResponse({
  1. String? data,
  2. required String status,
  3. String? error,
})

Implementation

const DeviceFeedbackResponse({this.data, required this.status, this.error});