isFalse function

bool isFalse(
  1. bool? data
)

Implementation

bool isFalse(bool? data) => data == false;