isTomorrow static method

bool isTomorrow(
  1. int? ms
)

Implementation

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