secondsSinceEpoch property

int secondsSinceEpoch

Implementation

int get secondsSinceEpoch => (millisecondsSinceEpoch / 1000).round();