Provides a wrapper type to ensure objects are never null
Creates a NotNull type
A NotNull type ensure that the type you give it can never have a null value. So it is always safe to use. It's specifically designed for pointers to values or classes. You can give it a struct as well.
See Source File
Provides a wrapper type to ensure objects are never null