What does bool mean in DART?

The keyword bool is used to represent a Boolean literal in DART. The syntax for declaring a Boolean variable in DART is as given below − bool var_name = true; OR bool var_name = false.

Sizin İçin Seçtik  What are the convention of identifiers in Java?

Leave a Reply

Your email address will not be published. Required fields are marked *