menu
checkout_api package
documentation
utils/api_exception.dart
NotFound
NotFound.new constructor
NotFound.new 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.new constructor
NotFound class