Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- flutter android 폴더
- flutter bloc
- valorant api dart
- AnimationController
- com.google.GIDSignIn
- flutter
- tft api dart
- widget
- flutter ios 폴더
- PlatformException(sign_in_failed
- leetcode dart
- swift concurrency
- generate parentheses dart
- lol api dart
- 롤토체스 api dart
- flutter statefulwidget
- 발로란트 api dart
- 파이썬
- dart.dev
- flutter widget
- dart new
- dart
- riot api dart
- 롤 api dart
- swift 동시성
- Architectural overview
- docker overview
- dart new 키워드
- 파이썬 부동소수점
- keychain error
Archives
- Today
- Total
Coaspe
Flutter - Object 본문
null을 제외한 모든 Dart 객체의 베이스 클래스 입니다.
Object가 null이 아닌 Dart 클래스 계층의 루트이므로, 모든 다른 null이 아닌 Dart 클래스는 Object의 서브 클래스입니다.
클래스를 정의 할 때, 클래스의 인스턴스를 string으로 묘사하기 위해 toString를 재정의하는 것을 생각해보아야합니다. library tour의 Implementing map keys 섹션에 설명되어 있는 것 처럼, hashCode and operator ==도 정의해야 합니다.
생성자
Object()
'Flutter > API' 카테고리의 다른 글
Flutter - InheritedWidget (0) | 2023.02.17 |
---|---|
Flutter - StatefulWidget (0) | 2023.02.17 |
Flutter - DiagnosticsNode (0) | 2023.02.17 |
Flutter - BuildContext (0) | 2023.02.17 |
Flutter - RenderObjectWidget (0) | 2023.02.17 |
Comments