String newId({String prefix = "auto"}) => "$prefix${const Uuid().v4().replaceAll("-", "").toLowerCase()}";