readTime method

DateTime readTime()

Implementation

DateTime readTime()
  => DateTime.fromMillisecondsSinceEpoch(readUInt64().toInt());