millisecondsSinceEpoch property

int get millisecondsSinceEpoch

Gets the number of milliseconds since the Unix epoch (January 1, 1970, UTC).

Implementation

int get millisecondsSinceEpoch => _dateTime.millisecondsSinceEpoch;