반응형
| String | "Hello" or 'Hello'' (큰 따옴표 또는 작은 따옴표를 사용할 수 있으며 일관성을 유지 해야함.) |
| int | 18 or -23 소수 자리수가 없는 숫자 |
| double | -1.32 또는 832.12122 소수 자리수가 있는 숫자 |
| num | double 및 int의 상위 유형이지만 사용하지 않는 것이 좋다. |
반응형
'Flutter' 카테고리의 다른 글
| [Flutter] Buttons (0) | 2022.03.21 |
|---|---|
| [Flutter] Flutter 기초 (0) | 2022.03.19 |
| [Flutter]Error: The parameter 'key' can't have a value of 'null' because of its type 'Key', but the implicit default value is 'null'. - 'Key' 오류 (0) | 2022.02.16 |
댓글