String CREATE_ID_WITH_PREFIX(String prefix){ String id = DateFormat('yyMMddHHmmss').format(DateTime.now()); return '$prefix$id'; }