menu
doh package
documentation
model/doh_response.dart
DoHResponse
isSuccessful property
isSuccessful property
dark_mode
light_mode
isSuccessful
property
bool
get
isSuccessful
Check if response is successful
Implementation
bool get isSuccessful => status == 0;
doh package
documentation
model/doh_response
DoHResponse
isSuccessful property
DoHResponse class