createIndexId method
Implementation
IdUid createIndexId() {
final id = lastIndexId.id + 1;
lastIndexId = IdUid(id, generateUid());
return lastIndexId;
}
IdUid createIndexId() {
final id = lastIndexId.id + 1;
lastIndexId = IdUid(id, generateUid());
return lastIndexId;
}