- Dart Cookbook
- Ivo Balbaert
- 95字
- 2021-08-05 17:42:49
Introduction
This chapter is about working with the different data types Dart has to offer. The basic data types available are var
(stores any object); num
(stores any number type); int
, double
, String
, bool
, List
(arrays); and Map
(associative arrays). All of these data types are declared in the dart:core
library. We will talk about strings, random numbers, complex numbers, dates and times, enums, and lists. We will cover a lot of tricks to help you out in specific circumstances. To get a quick overview of all the data types in Dart, refer to https://www.dartlang.org/docs/dart-up-and-running/contents/ch02.html#built-in-types.
推薦閱讀
- INSTANT PhpStorm Starter
- TCP/IP入門經典(第5版)
- OpenLayers Cookbook
- 信息通信網絡建設安全管理概要2
- WordPress 5 Complete
- 中小型局域網組建、管理與維護實戰
- Building RESTful Web services with Go
- 數字調制解調技術的MATLAB與FPGA實現:Altera/Verilog版(第2版)
- 移動互聯網新思維
- Hands-On Reactive Programming in Spring 5
- 走近2050:注意力、互聯網與人工智能
- Hands-On Microservices:Monitoring and Testing
- VMware vSphere 5.0虛擬化架構實戰指南
- 計算機聯鎖及信號微機監測系統
- EtherCAT工業以太網應用技術