0
Q:

flutter variables

main(List<String> args) {
  int number = 42;
  String name = 'Gurleen Sethi';
  double salary = 150300.56;
  bool isDoorOpen = true;
}
1
int num = 78;
String name = 'John Roberts';
bool yesorno = true;
0

New to Communities?

Join the community