getDate method

DateTime getDate ()

Implementation

DateTime getDate() {
  return DateTime.fromMillisecondsSinceEpoch(int.parse(this.timestamp));
}