menu
custom_pharos_graphql package
documentation
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);
custom_pharos_graphql package
documentation
client
QueryResult<TParsed extends Object?>
hasException property
QueryResult class