epochMilliseconds property

  1. @useResult
int epochMilliseconds

The milliseconds since Unix epoch, assuming this date is in UTC.

Implementation

@useResult int get epochMilliseconds => _native.millisecondsSinceEpoch;