epochMilliseconds property
The milliseconds since Unix epoch, assuming this date is in UTC.
Implementation
@useResult int get epochMilliseconds => _native.millisecondsSinceEpoch;
The milliseconds since Unix epoch, assuming this date is in UTC.
@useResult int get epochMilliseconds => _native.millisecondsSinceEpoch;