currentTimestamp property
int
get
currentTimestamp
Gets current timestamp in milliseconds
Implementation
static int get currentTimestamp => DateTime.now().millisecondsSinceEpoch;
Gets current timestamp in milliseconds
static int get currentTimestamp => DateTime.now().millisecondsSinceEpoch;