success property

bool get success

Returns true if the query executed successfully (no error message).

Implementation

bool get success => errorMsg.isEmpty;