toNonNullable method

Kind<T> toNonNullable()

Returns a non-nullable kind.

Implementation

Kind<T> toNonNullable() => this;