From 79561a4f43834edf47acf3e3d980aeacabe48d2e Mon Sep 17 00:00:00 2001 From: Kirill Malev Date: Tue, 10 Mar 2020 19:05:38 +0300 Subject: [dart/en-en] Updated example 33 `var hasValue ??= "default Value";` doesn't work in dart 2.7.0 --- dart.html.markdown | 1 - 1 file changed, 1 deletion(-) (limited to 'dart.html.markdown') diff --git a/dart.html.markdown b/dart.html.markdown index 2672dc6a..3e50f75e 100644 --- a/dart.html.markdown +++ b/dart.html.markdown @@ -694,7 +694,6 @@ example33() { /// Dart has also added feature such as Null aware operators var isBool = true; var hasString = isBool ?? "default String"; -var hasValue ??= "default Value"; /// Programs have only one entry point in the main function. /// Nothing is expected to be executed on the outer scope before a program -- cgit v1.2.3