isFalsy function

bool isFalsy(
  1. dynamic v
)

Implementation

bool isFalsy(v) => !isTruthy(v);