menu
news_api_flutter_package package
documentation
model/error.dart
ApiError
ApiError constructor
ApiError constructor
dark_mode
light_mode
ApiError
constructor
ApiError
(
String
?
code
,
String
?
message
)
Implementation
ApiError(this.code, this.message);
news_api_flutter_package package
documentation
model/error
ApiError
ApiError constructor
ApiError class