isToday static method

bool isToday(
  1. int? ms
)

Checks if the given milliseconds since epoch represents today.

Implementation

static bool isToday(int? ms) => ms.isToday;