Analog of Java's @SuppressWarnings("SpellCheckingInspection") for Dart (Flutter)

Viewed 107

Is there any way to mark files, class, variable, or something else with something like @SuppressWarnings("SpellCheckingInspection") in Java/Kotlin, but on Dart? I'm using Android Studio

0 Answers
Related