isNotEmpty property
Returns a cell which evaluates to Map.isNotEmpty applied on the value in this cell
Implementation
ValueCell<bool> get isNotEmpty => apply((map) => map.isNotEmpty,
key: _MapPropKey(this, #isNotEmpty)
);
Returns a cell which evaluates to Map.isNotEmpty applied on the value in this cell
ValueCell<bool> get isNotEmpty => apply((map) => map.isNotEmpty,
key: _MapPropKey(this, #isNotEmpty)
);