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

164 views Asked by At

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

There are 0 answers