isAbsent property

  1. @override
bool isAbsent
override

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

Implementation

@override
bool get isAbsent => true;