currentTimestampSeconds property
int
get
currentTimestampSeconds
Gets current timestamp in seconds
Implementation
static int get currentTimestampSeconds => DateTime.now().millisecondsSinceEpoch ~/ 1000;
Gets current timestamp in seconds
static int get currentTimestampSeconds => DateTime.now().millisecondsSinceEpoch ~/ 1000;