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 (x)

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

not-null value (✓)

This use to talk about a Dart value that is not null.

Clone this wiki locally