String idGenerator() { DateTime now = DateTime.now(); return now.microsecondsSinceEpoch.toString(); }