isAbsent property

bool isAbsent

Returns true if the key is not present in the map.

Implementation

bool get isAbsent => !isPresent;