MatchPropNonNullable<T> extension

Extension on MatchProp<T?> to handle non-nullable types.

Provides methods to convert a matcher of non-nullable types to a matcher of nullable types, ensuring nullability is appropriately handled in matchers.

on

Methods

revealNullability() MatchProp<T>
Converts a MatchProp<T?> to MatchProp<T>, revealing its nullability.