isDeleted static method
Check result is deleted
Implementation
static bool isDeleted(result) {
return result != null && result[RESULT] == DELETED;
}
Check result is deleted
static bool isDeleted(result) {
return result != null && result[RESULT] == DELETED;
}