menu
dwds package
documentation
data/hot_restart_response.dart
HotRestartResponse
HotRestartResponse.new constructor
HotRestartResponse.new constructor
dark_mode
light_mode
HotRestartResponse
constructor
HotRestartResponse
(
{
required
String
id
,
required
bool
success
,
String
?
errorMessage
,
})
Implementation
HotRestartResponse({ required this.id, required this.success, this.errorMessage, });
dwds package
documentation
data/hot_restart_response
HotRestartResponse
HotRestartResponse.new constructor
HotRestartResponse class