success property
bool
get
success
Returns true if the query executed successfully (no error message).
Implementation
bool get success => errorMsg.isEmpty;
Returns true if the query executed successfully (no error message).
bool get success => errorMsg.isEmpty;