Dart nullability syntax decision: a?[b] or a?.[b]
The Dart Blog ·
Dart is in the process of redesigning its type system so that individual types will be either nullable (expressions of that type can have…
Dart is in the process of redesigning its type system so that individual types will be either nullable (expressions of that type can have…