asSecondsEpoch property

int asSecondsEpoch

Converts the given DateTime object to the number of seconds since epoch

Implementation

int get asSecondsEpoch => this.millisecondsSinceEpoch ~/ 1000;