์ฐธ๊ณ ์ฌ์ดํธ • Dart ๊ณต์ ๋ฌธ์ - ๋ด์ฅ ํ์
Built-in types Information on the types Dart supports. dart-ko.dev ๐ฆ ๋ด์ฅ ํ์
Dart ์ธ์ด๋ ๋ค์๊ณผ ๊ฐ์ ํน์ํ ๋ด์ฅ ํ์
์ ์ง์ํ๋ค. Numbers (int, double) String (String) Booleans (bool) Records ((value1, value2)) Lists(List, arrays๋ก๋ ๋ถ๋ฅธ๋ค.) Sets (Set) Maps (Map) Runes (Runes; ๋๋๋ก characters API๋ก ๋์ฒด๋๋ค.) Symbols (Symbol) null ๊ฐ (Null) ์ด๋ฐ ํ์
๋ค์ ๋ฆฌํฐ๋ด์ ์ฌ์ฉํ์ฌ ๊ฐ์ฒด๋ฅผ ์์ฑํ ์ ์๋ค. ์๋ฅผ ๋ค์ด, 'this is a string'์ ๋ฌธ์..