MatchPropNullable<T> extension

Extension on MatchProp<T> to handle nullable types.

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

on

Methods

hideNullability() MatchProp<T?>
Converts a MatchProp<T> to MatchProp<T?>, hiding its nullability.