Asserts that the given block returns false with an optional message.
block
false
Unit assertFalse({ String? message, Boolean? actual, Boolean Function()? block, }) {}