[Dart] - Null Safety
in Programming on Dart, Nullsafety, Nullable, Null, Nonnullable
이번에 Flutter가 버전업그레이드가 되면서 Null-Safety가 기본으로 적용되기 시작했다.
in Programming on Dart, Nullsafety, Nullable, Null, Nonnullable
이번에 Flutter가 버전업그레이드가 되면서 Null-Safety가 기본으로 적용되기 시작했다.
child 가 null 이 아닌 경우 기본 값 = [HitTestBehavior.deferToChild]
in Programming on Firebase, Firestore, Index
in Programming on Designpattern, Solid
in Programming on Designpattern, Delegate
in Programming on Designpattern, Visitor
[참고] : https://thecodinglog.github.io/design/2019/10/29/visitor-pattern.html
in Programming on Designpattern, Command
[참고] : https://gmlwjd9405.github.io/2018/07/07/command-pattern.html
in Programming on Designpattern, Stratgey