본문 바로가기

조용한 담장

검색하기
조용한 담장
프로필사진 iosroid

  • 분류 전체보기 (125)
    • Flutter (43)
    • tips (10)
    • Dart (14)
    • Interesthing (6)
    • python (6)
    • kotlin (40)
    • Blogs I read this week (3)
    • Yocto (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Tags
  • Collection
  • animation
  • 파이썬
  • Flutter
  • python
  • texttheme
  • package
  • crawler
  • 웹크롤러
  • 플러터
  • text
  • set
  • List
  • 콜렉션
  • textstyle
  • Class
  • function
  • 클래스
  • 크롤러
  • ML
  • variable
  • Android
  • 함수
  • 다트
  • pushnamed
  • DART
  • kotlin
  • import
  • 코틀린
  • map
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록variables (1)

조용한 담장

Dart : Variables

Dart Variables 모든 변수는 object 이며, object 는 class의 instance 이다. 모든 object 는 Object class를 상속한다. Types Type inference var name = 'Bob'; // String name = 'Bob';변수 name 은 Object를 가리키는 reference를 가지게 된다. 위의 경우에는 'Bob' 이라는 문자열을 보고 String Object 를 reference의 대상으로 지정한다. 해당 변수의 타입 변경이 있을 수 있다면 dynamic을 쓰면 되나 권장되진 않는다. dynamic name = 'Bob'; if (name is String) return true;Fi..

Dart 2019. 8. 5. 17:57
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바