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