DisallowedNullValueException constructor

DisallowedNullValueException(
  1. List<String> keysWithNullValues,
  2. Map map
)

Implementation

DisallowedNullValueException(this.keysWithNullValues, Map map) : super._(map);