menu
checkout_api package
documentation
utils/api_exception.dart
NotFound
NotFound constructor
NotFound constructor
dark_mode
light_mode
NotFound
constructor
NotFound
(
String
message
)
Implementation
NotFound(String message) : super(message, "not found: ");
checkout_api package
documentation
utils/api_exception
NotFound
NotFound constructor
NotFound class