Appearance
// 整数 int count = 3; // 浮点数 double price = 3; // 都可以 num number = 3;
String msg = 'Hello World!';
List list = []; List list = <int>[];