aListWithNullableInts property

List<int?> aListWithNullableInts
getter/setter pair

Implementation

late List<int?> aListWithNullableInts;