menu
flutter_graphql_client_plus package
documentation
flutter_graphql_client.dart
QueryResult<TParsed extends Object?>
hasException property
hasException property
dark_mode
light_mode
hasException
property
bool
get
hasException
Whether the response includes an
exception
Implementation
bool get hasException => (exception != null);
flutter_graphql_client_plus package
documentation
flutter_graphql_client
QueryResult<TParsed extends Object?>
hasException property
QueryResult class