timestamp static method
The number of milliseconds since the "Unix epoch" 1970-01-01T00:00:00Z (UTC).
Implementation
static String timestamp() => DateTime.now().millisecondsSinceEpoch.toString();
The number of milliseconds since the "Unix epoch" 1970-01-01T00:00:00Z (UTC).
static String timestamp() => DateTime.now().millisecondsSinceEpoch.toString();