error property
bool
get
error
Returns true
if the query failed (has an error message).
Implementation
bool get error => !success;
Returns true
if the query failed (has an error message).
bool get error => !success;