writeError property

Object? writeError
getter/setter pair

If non-null, write throws.

Note: the failed write still increments writeCount and appends to writeKeys, but entries is NOT updated.

Implementation

Object? writeError;