json_annotation package
documentation
json_annotation
DisallowedNullValueException
DisallowedNullValueException constructor
DisallowedNullValueException
DisallowedNullValueException
constructor
Null safety
DisallowedNullValueException
(
List
<
String
>
keysWithNullValues
,
Map
map
)
Implementation
DisallowedNullValueException(this.keysWithNullValues, Map map) : super._(map);
json_annotation package
documentation
json_annotation
DisallowedNullValueException
DisallowedNullValueException constructor
DisallowedNullValueException class
Constructors
DisallowedNullValueException
Properties
hashCode
keysWithNullValues
map
message
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==