bodyAsDateTime method

DateTime bodyAsDateTime()

Implementation

DateTime bodyAsDateTime() {
  return DateTime.parse(data);
}