delete method
void
delete()
Delete the entity at the path.
Implementation
void delete() {
var entity = this.entity;
if (entity != null) _deleteImpl(entity);
}
Delete the entity at the path.
void delete() {
var entity = this.entity;
if (entity != null) _deleteImpl(entity);
}