aListWithNullableObjects property

List<SimpleData?> aListWithNullableObjects
getter/setter pair

Implementation

late List<SimpleData?> aListWithNullableObjects;