menu
flight_booking_app package
documentation
shopping_agent_service.dart
ErrorInfo
ErrorInfo.new constructor
ErrorInfo.new constructor
dark_mode
light_mode
ErrorInfo
constructor
ErrorInfo
(
{
required
String
code
,
required
String
message
,
String
?
details
,
})
Implementation
ErrorInfo({ required this.code, required this.message, this.details, });
flight_booking_app package
documentation
shopping_agent_service
ErrorInfo
ErrorInfo.new constructor
ErrorInfo class