empty($value) ? null : Crypt::decryptString($value), set: fn (string | null $value) => empty($value) ? null : Crypt::encryptString($value), ); } }