isDateTime static method

bool isDateTime(
  1. dynamic input
)

Implementation

static bool isDateTime(var input) => input is DateTime;