isQuery property
bool
get
isQuery
Whether the failed request was an XRPC query (a GET) or a subscription.
Implementation
bool get isQuery => !isProcedure;
Whether the failed request was an XRPC query (a GET) or a subscription.
bool get isQuery => !isProcedure;