NullableListType constructor

const NullableListType(
  1. AbstractType child
)

Construct a new NullableListType.

Implementation

const NullableListType(super.child);