Checks if the given milliseconds since epoch represents yesterday.
static bool isYesterday(int? ms) => ms.isYesterday;