This code is also written in the Dart programming language and defines a main() function that demonstrates how to declare and initialize a Boolean variable in Dart. Here's what's happening in this code:
Overall, this program demonstrates how to declare and initialize a Boolean variable in Dart, and how to check its data type using the runtimeType property.
void main(){ bool isTrue=true; print(isTrue); print(isTrue.runtimeType); }To download raw file Click Here
true bool
Learn All in Tamil © Designed & Developed By Tutor Joes | Privacy Policy | Terms & Conditions