aMapWithNullableInts property

Map<String, int?> aMapWithNullableInts
getter/setter pair

Implementation

late Map<String, int?> aMapWithNullableInts;