isToday static method

bool isToday(
  1. int? ms
)

Implementation

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