const Entity({ String? id, int? timeMills, Key? key, }) : idOrNull = id, timeMillsOrNull = timeMills, _key = key;