isYesterday static method

bool isYesterday(
  1. int? ms
)

Implementation

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