Remove a temporary lint ignore (flutter/engine#44091)

[The issue](https://github.com/dart-lang/linter/issues/4562) has been resolved.

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
This commit is contained in:
Tong Mu 2023-07-28 12:48:11 -07:00 committed by GitHub
parent e7e523b368
commit 585acdf97b

View File

@ -96,8 +96,7 @@ class FlutterView {
final PlatformDispatcher platformDispatcher;
/// The configuration of this view.
// TODO(goderbauer): remove ignore when https://github.com/dart-lang/linter/issues/4562 is fixed.
_ViewConfiguration _viewConfiguration; // ignore: prefer_final_fields
_ViewConfiguration _viewConfiguration;
/// The [Display] this view is drawn in.
Display get display {