fromJson static method

Date fromJson(
  1. String date
)

Implementation

static Date fromJson(String date) => Date.parse(date);