currentMS property
int
get
currentMS
Gets the current time in milliseconds since epoch.
Implementation
static int get currentMS {
return DateTime.now().millisecondsSinceEpoch;
}
Gets the current time in milliseconds since epoch.
static int get currentMS {
return DateTime.now().millisecondsSinceEpoch;
}