Serializes this entry to a JSON-compatible map.
Map<String, dynamic> toJson() => { 'value': value, 'expiry': expiry.toIso8601String(), };