data class NullableValue<T> : GroupWithNullableEntries<T>
<init>
NullableValue(expected: T)
expected
val expected: T
toList
fun toList(): <ERROR CLASS>
Returns the members of the group as List.