JH 개발 블로그

  • 홈
  • 태그
  • 방명록

Dart super 1

[Dart] 슈퍼 이니셜라이저

Dart 2.17 부터 새로운 단축 구문을 사용하여 생성자 매개변수를 슈퍼클래스에 전달할 수 있습니다. 참고로 이전 구문은 다음과 같습니다. class Person { Person(this.name); final String name; } // Old way: before Dart 2.17 class Employee extends Person { Employee(String name, this.salary) : super(name); final int salary; } 즉 부모 생성자에 인수를 전달하기 위해 super 를 명시적으로 호출해야 했습니다. Dart 2.17 부터 다음과 같이 할 수 있습니다. // New way: Dart 2.17 and above class Employee extends P..

🐦 Flutter 2022.12.11
이전
1
다음
더보기
프로필사진

  • 📊 분류 전체보기 (281)
    • 💻 컴퓨터 개론 (9)
    • 🧚🏻‍♂️ HTML , CSS (17)
    • 🤹🏻‍♀️ Javascript (33)
      • 🥎 Typescript (6)
    • 💎 React (29)
    • 🌿 Node (8)
    • 🌸 GraphQL (13)
    • 🐍 Python (2)
    • 🐦 Flutter (25)
    • 🦜 Swift (17)
    • 👩🏻‍💻 TIL (52)
    • 🏃‍♀️ 코테 연습 (12)
    • 👕 자격증 후기 (4)
    • 🔧 정보처리기사(필기) (1)
    • 💡 자료구조 (21)
    • 🦇 Linux (21)
    • 👯‍♀️ 프로젝트 (2)
    • ⏳ 회고 (5)

Tag

sliverOverlapAbsorber, flutter unity 연동, arcore 지원, flutter 디바운스, flutter unity, cocoapods could not find compatible versions for pod, 전화기기 지원 중단, flutter ios webview white screen, flutter unity widget, 안드로이드 암시적 인텐트, flutter webview white, Sliver TabBarView hide, flutter cocoapods could not find compatible versions for pod, flutter sliver 탭바 가려짐, sliverOverlapInjector, flutter to ios, flutter unity webgl, 권오흠 자료구조, flutter Sliver TabBarView hide, flutter navigationController push ios,

최근댓글

공지사항

  • 공지사항🤗

Archives

Calendar

«   2025/07   »
일 월 화 수 목 금 토
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

방문자수와주신 분들 🙇🏻‍♀️

  • 오늘 :
  • 어제 :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바