Booleans

Let’s go over the boolean data type in Dart.

We'll cover the following

True & false

Dart’s bool type represents boolean values. Only two objects have type bool, the boolean literals true and false.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy