isJiffy static method

bool isJiffy(
  1. dynamic input
)

Implementation

static bool isJiffy(var input) => input is Jiffy;