fromLongDateTime static method

DateTime fromLongDateTime(
  1. String json
)

Implementation

static DateTime fromLongDateTime(String json) =>
    longDateTimeFormatter.parseUtc(json);