Numbers
-
Dart numbers come in two flavors: int and double.
-
Both int and double are subtypes of num.
-
The num type includes basic operators such as +, -, /, and *, and is also where you’ll find abs(), ceil() and floor(), among other methods.
Numbers —
Structure map
Clickable & Draggable!
Numbers —
Related pages: