Skip to content

Topic

Sound null safety

A type system guarantee that a variable declared non-nullable can never hold null, checked at compile time and relied upon by the runtime.

Current clusters