toDateTime property

DateTime? get toDateTime

Implementation

DateTime? get toDateTime {
  return this == null ? null : DateTime.fromMillisecondsSinceEpoch(this!);
}