toDate method

DateTime toDate()

Implementation

DateTime toDate() {
  return DateTime.fromMicrosecondsSinceEpoch(microsecondsSinceEpoch);
}