You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
From source:
bool, num, int, double: these are all in
dart:core
. Why not add String, Object, List, etc.Some ways to think of classification:
var
,dynamic
,void
All classes in
dart:core
int
isn't special.core.int
is.The text was updated successfully, but these errors were encountered: