toEpoch method

int? toEpoch()

Converts the date to epoch milliseconds.

Implementation

int? toEpoch() => this?.millisecondsSinceEpoch;