From 5f170745e33ebb81efc238897878f8623ed6adbb Mon Sep 17 00:00:00 2001 From: whirlwinder <69021934+my-Sakura@users.noreply.github.com> Date: Thu, 20 May 2021 23:56:41 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Flutter=5FGo=20=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E8=A7=84=E8=8C=83.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\240\201\345\274\200\345\217\221\350\247\204\350\214\203.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/Flutter_Go \344\273\243\347\240\201\345\274\200\345\217\221\350\247\204\350\214\203.md" "b/Flutter_Go \344\273\243\347\240\201\345\274\200\345\217\221\350\247\204\350\214\203.md" index 614f44b3..822d2289 100644 --- "a/Flutter_Go \344\273\243\347\240\201\345\274\200\345\217\221\350\247\204\350\214\203.md" +++ "b/Flutter_Go \344\273\243\347\240\201\345\274\200\345\217\221\350\247\204\350\214\203.md" @@ -524,7 +524,7 @@ void error([String message = null]) { ### 类成员 -#### 不要把不必要地将字段包装在getter和setter中 +#### 不要把不必要地字段包装在getter和setter中 不推荐如下写法: