isNull

Test if the Dict has a key of null value

@property
bool
isNull
(
const(Dict) dict
,
string key
)

Parameters

dict const(Dict)

the ditionary.

key string

the key to look up

Return Value

Type: bool

true if dict has a null value key.

Meta