isStored method
Implementation
@override
bool isStored(O o, {Transaction? transaction}) {
var id = entityHandler.getID(o);
return id != null;
}
@override
bool isStored(O o, {Transaction? transaction}) {
var id = entityHandler.getID(o);
return id != null;
}