menu
halo_auth package
documentation
data/models/device_feedback_response.dart
DeviceFeedbackResponse
DeviceFeedbackResponse.new const constructor
DeviceFeedbackResponse.new const constructor
dark_mode
light_mode
DeviceFeedbackResponse
constructor
const
DeviceFeedbackResponse
(
{
String
?
data
,
required
String
status
,
String
?
error
,
})
Implementation
const DeviceFeedbackResponse({this.data, required this.status, this.error});
halo_auth package
documentation
data/models/device_feedback_response
DeviceFeedbackResponse
DeviceFeedbackResponse.new const constructor
DeviceFeedbackResponse class