未验证 提交 96061d62 编写于 作者: D Dan Field 提交者: GitHub

shake out Paint.toString (#16850)

上级 0caa7c16
......@@ -1454,6 +1454,9 @@ class Paint {
@override
String toString() {
if (const bool.fromEnvironment('dart.vm.product', defaultValue: false)) {
return super.toString();
}
final StringBuffer result = StringBuffer();
String semicolon = '';
result.write('Paint(');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册