Skip to content

Word list

Amanda Fitch edited this page May 5, 2025 · 5 revisions

Words to use or avoid when writing Dart documentation.

non-null value (✗)

Don't use this. Instead, use 'not-null value'.

not-null value (✓)

This use to talk about a Dart value that is not null. For the discussion around this, see https://github.com/dart-lang/site-www/issues/5252

Clone this wiki locally