플러터(Flutter)/다트(Dart)
[Dart] Class Constructors
SuperKid
2020. 3. 18. 18:44
[Dart] Class Constructors
- class object



[Ko]
—> this를 사용한 constructor 생성시 named parameter { } 적용 여부는 선택적
[En]
—> Whether to apply the named parameter {} when creating a constructor using this is optional