class NullableEntry<T : Any> : GroupWithNullableEntries<(Assert<T>.() -> Unit)?> (source)
NullableEntry(assertionCreator: (Assert<T>.() -> Unit)?) | 
val assertionCreator: (Assert<T>.() -> Unit)? | 
fun toList(): List<(Assert<T>.() -> Unit)?>
Returns the members of the group as List.  |