ServerTime constructor

ServerTime(
  1. DateTime? iso,
  2. num? epochSeconds,
  3. num? epochMillis
)

Implementation

ServerTime(this.iso, this.epochSeconds, this.epochMillis);