Posts by Category

dart

[dart]변수의 타입

DART에서의 변수 Dart에서의 변수의타입 아래 변수가 있다.변수를 선언해줄때 : 변수 이름 = 변수에담을것 으로 표현을 한다. 변수에도 타입이 있다. 타입을 지정해두지 않으면 향후 코드의 가독성이 떨어지기때문에 변수마다 변수타입을 함께 선언해주는것이 좋다.

Back to top ↑

flutter

Back to top ↑

dart class

Back to top ↑

객체지향프로그래밍

Back to top ↑

art

Back to top ↑

HTML

Back to top ↑

english study

A language studying group in clubhouse

```dart // Copyright 2019 The Flutter team. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LI...

Back to top ↑