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.
Continue your learning journey with a 14-day free trial.
By signing up, you agree to Educative's Terms of Service and Privacy Policy