timestamp function

String timestamp()

Implementation

String timestamp() {
  return DateTime.now().millisecondsSinceEpoch.toString();
}