isNull property

bool get isNull

Implementation

bool get isNull => values.values.every((element) => element == null);