toJson static method

String toJson(
  1. Date date
)

Implementation

static String toJson(Date date) => date.toString();