Instant.fromEpochMilliseconds constructor

Instant.fromEpochMilliseconds(
  1. int milliseconds
)

Implementation

factory Instant.fromEpochMilliseconds(int milliseconds) => Instant.epochTime(ITime.trusted(milliseconds));