timeStamp property

int get timeStamp

timestamp seconds

Implementation

int get timeStamp {
  return (millisecondsSinceEpoch ~/ 1000).toInt();
}